projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fa4c2f
)
docs: Add missing description for GtkWidget::move-focus
author
Emmanuele Bassi
<ebassi@gnome.org>
Wed, 16 Dec 2020 15:59:35 +0000
(15:59 +0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Wed, 16 Dec 2020 16:29:01 +0000
(16:29 +0000)
gtk/gtkwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwidget.c
b/gtk/gtkwidget.c
index d2cd6db327a6a00f9a7e14f53476f8341442ac41..9204d6221028714117b70ba522a13b50021c7b77 100644
(file)
--- a/
gtk/gtkwidget.c
+++ b/
gtk/gtkwidget.c
@@
-1535,7
+1535,9
@@
gtk_widget_class_init (GtkWidgetClass *klass)
/**
* GtkWidget::move-focus:
* @widget: the object which received the signal.
- * @direction:
+ * @direction: the direction of the focus move
+ *
+ * Emitted when the focus is moved.
*/
widget_signals[MOVE_FOCUS] =
g_signal_new (I_("move-focus"),